From: Dirk Brenken Date: Mon, 18 Mar 2024 21:25:16 +0000 (+0100) Subject: luci-app-travelmate: disable vpn processing by default X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=81496b88daf004ff2622bf8f47dbe6288abf8b26;p=project%2Fluci.git luci-app-travelmate: disable vpn processing by default Signed-off-by: Dirk Brenken --- diff --git a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js index 55a3826377..dc291c7538 100644 --- a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js +++ b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js @@ -316,7 +316,7 @@ return view.extend({ o.rmempty = false; o = s.taboption('general', form.Flag, 'trm_vpn', _('VPN processing'), _('VPN connections will be managed by travelmate.')); - o.default = 1; + o.default = 0; o.rmempty = false; o = s.taboption('general', widgets.NetworkSelect, 'trm_vpnifacelist', _('Limit VPN processing'), _('Limit VPN processing to certain interfaces.'));